home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / config.h.in < prev    next >
Text File  |  2002-12-18  |  534b  |  26 lines

  1. #ifndef __config_h_
  2. #define __config_h_
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. #undef const
  6.  
  7. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  8. #undef size_t
  9.  
  10. /* Define if you have the ANSI C header files.  */
  11. #undef STDC_HEADERS
  12.  
  13. /* Define if you have POSIX compliant sys/wait.h */
  14. #undef HAVE_SYS_WAIT_H
  15.  
  16. /* "printf" buffer size */
  17. #define PRINTF_BUFFER_SIZE  (8*1024)
  18.  
  19. /* "system" buffer size */
  20. #define SYSTEM_BUFFER_SIZE  (8*1024)
  21.  
  22. /* maximal number of function arguments */
  23. #define MAX_NARGS 32
  24.  
  25. #endif
  26.